6.824 Frangipani lecture note
Frangipani(To be updaed)
Introduce
While Frangipani is a paper published in 1997, I just want to talk about cache consistency in detail.
The paper are mainly discussed following 3 aspects:
- cache coherence
- distributed transactions
- distributed crash recovery
Cache consistency
Rules for cache coherence
- No cached data without data’s lock
- acquire lock then read from petal
- write to petal then release lock
Extends
For more details, you may refer to this BlogFrangipani: A Scalable Distributed File System 论文阅读
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.